aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/groups/[groupId]/not-found.tsx
blob: af3788bc991d0792a83d2154bae79f4b07a2e220 (plain)
1
2
3
4
5
'use client'

export default function NotFound() {
  return null
}